Platform Explorer / Nuxeo Platform LTS 2017 9.10

Contribution org.nuxeo.ecm.platform.annotations.services.DefaultAnnotationContrib--urlPatternFilter

This contribution is part of XML component org.nuxeo.ecm.platform.annotations.services.DefaultAnnotationContrib inside nuxeo-annot-core-9.10.jar /OSGI-INF/annotations-default-contrib.xml

Extension Point

Extension point urlPatternFilter of component AnnotationsService.

Contributed Items

  • <urlPatternFilter order="Deny,Allow">
    			<deny>.*</deny>
    			<allow>.*</allow>
    		</urlPatternFilter>

XML Source

<extension point="urlPatternFilter" target="org.nuxeo.ecm.platform.annotations.services.AnnotationsService">
		<urlPatternFilter order="Deny,Allow">
			<deny>.*</deny>
			<allow>.*</allow>
		</urlPatternFilter>
	</extension>